Simple Secure Identity Management

Verv IAM Identity Federation




Verv IAM JWT is exchanged for enterprise credentials at the Authentication Gateway

   Example: IOT near real-time energy consumption This example securely collects IOT data from the UK electricity network on a four hour schedule for near real time reporting. Select dates to view energy cost, consumption and carbon footprint. One day's data is displayed by the quarter hour. params=encrypted(Energy Network UserID and Password)
   Example: Login with User ID and Password Credentials The User ID and Password are encrypted with account Secret Key in transit, Forwarded to destination URI, decrypted,matched to stored User ID and Password, tags decrypted    params=encrypted (userID=myuser&password=mypassword)
   Example: Database Query Connection String Credentials Enterprise database connection string encrypted with account Secret Key. Forwarded to destination URI, decrypted to query identity database, returns user profile, tags decrypted    params=encrypted(completeconnectionstring)
   Example: End to End Connection Login with User ID and Password Credentials This is the end-to-end connection, without showing the intermediate steps. Forwarded to destination URI, decrypted,matched to stored User ID and Password, tags decrypted    params=encrypted (userID=myuser&password=mypassword)
   Example: API Logging and Monitoring Dashboards Custom logging and monitoring insights are available on request for account APIs